projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7b4b63
)
(replace-regexp): Fix misbalanced quotes.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 7 Apr 1994 04:37:03 +0000
(
04:37
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 7 Apr 1994 04:37:03 +0000
(
04:37
+0000)
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index 3bfa33f1e2868bd5362eaf1bcf9bd6c4337a9da1..d51be30126616a640b253ccd5ee8d7fa6c5cf34c 100644
(file)
--- a/
lisp/replace.el
+++ b/
lisp/replace.el
@@
-134,7
+134,7
@@
Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace
only matches surrounded by word boundaries.
In TO-STRING, `\\&' stands for whatever matched the whole of REGEXP,
and `\\=\\N' (where N is a digit) stands for
- whatever what matched the Nth `\\(...\\)' in REGEXP.
"
+ whatever what matched the Nth `\\(...\\)' in REGEXP.
This function is usually the wrong thing to use in a Lisp program.
What you probably want is a loop like this: